body{
    height: 100vh;
    background-size: 500vh;
    }
    .hamburger {
        display: block;
    }
    
    #nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: center;
        background-color: #201E1E;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 500;
    }
    
    .buttons a {
        padding: 15px;
        width: 100%;
        text-align: center;
    }
    
    #nav-links.open {
        display: flex;
    }
    
    .imgbuttons img.button {
        width: 60vw;
        max-width: 150px;
    }
    
    
    .imgbuttons .text-in-button1,
    .imgbuttons .text-in-button2,
    .imgbuttons .text-in-button3,
    .imgbuttons .text-in-button4,
    .imgbuttons .text-in-button5 {
        font-size: 12px;
    }
    .hamburger {
        display: block;
    }
    
    #nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: center;
        background-color: #201E1E;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 500;
    }
    
    .buttons a {
        padding: 15px;
        width: 100%;
        text-align: center;
    }
    
    #nav-links.open {
        display: flex;
    }
    
    .imgbuttons img.button {
        width: 60vw;
        max-width: 150px;
    }
    
    
    .imgbuttons .text-in-button1,
    .imgbuttons .text-in-button2,
    .imgbuttons .text-in-button3,
    .imgbuttons .text-in-button4,
    .imgbuttons .text-in-button5 {
        font-size: 19px;
    }
    
    
/* Content Blokken */
.content {
    grid-template-columns: 1fr;
    padding: 10px;
}

.content-block {
    padding: 15px;
}

.content-block h2 {
    font-size: 20px;
}

.content-block p {
    font-size: 14px;
}

/* Afbeeldingssectie */
.images {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.image-block {
    width: 100%;
    height: 150px;
}

.image-block::before {
    font-size: 16px;
}








